emacs.git
2018-01-09 Justin BurkettRemove debugging message
2018-01-09 Justin BurkettImplement #182
2018-01-09 Justin BurkettVersion 3.1.0
2017-12-18 Justin BurkettFix and improve define-key based replacements
2017-12-17 Justin BurkettMerge pull request #183 from tarsiiformes/silencio
2017-12-17 Jonas BernoulliDefine which-key--current-key-list before using it
2017-12-17 Justin BurkettSimplify implementation of define-key based replacements
2017-12-15 Justin BurkettImprove which-key--process-define-key-args
2017-12-14 Justin BurkettAnnounce which-key-enable-extended-define-key in README
2017-12-14 Justin BurkettDemote errors in which-key--process-define-key-args
2017-12-13 Justin BurkettFix .travis.yml
2017-12-13 Justin BurkettFix travis build
2017-12-13 Justin BurkettAllow null DEF in which-key--process-define-key-args
2017-12-13 Justin BurkettAdd which-key-enable-extended-define-key customization...
2017-12-07 Justin BurkettFix ordering of default replacement-alist
2017-12-05 Justin BurkettAdd notes about paging commands not working with minibuffer
2017-11-14 Justin BurkettRe-indent README
2017-11-14 Justin BurkettMention which-key-show-major-mode in README
2017-11-14 Justin BurkettConsolidate use of binding filters
2017-11-14 Justin BurkettImprove echo area note for which-key-show-major-mode
2017-11-13 Justin BurkettAdd which-key-show-major-mode
2017-08-17 Justin BurkettUpdate which-key version for GNU ELPA
2017-08-09 Justin BurkettMake minor changes to commentary in which-key.el
2017-08-07 Justin BurkettAssign copyright to FSF for ELPA
2017-05-30 Justin BurkettFix which-key-show-remaining-keys option
2017-05-28 Justin BurkettVersion 3.0.1
2017-05-27 Justin BurkettHandle C-h when buffer not showing
2017-05-21 Justin BurkettMerge pull request #171 from wyuenho/patch-1
2017-05-20 Jimmy Yuen... Customize which-key-sort-order with list
2017-05-19 Justin BurkettAdhere to 80 chars per column
2017-05-19 Justin BurkettUse regexp-opt for regexps
2017-05-19 Justin BurkettFixup previous commit
2017-05-19 Justin BurkettAdd which-key-compute-remaps option
2017-05-16 Justin BurkettVersion 3.0
2017-05-16 Justin BurkettPrepare for ELPA release
2017-05-16 Justin BurkettAdd .cask to gitignore
2017-05-16 Justin BurkettUpdate emacs versions for Travis
2017-05-01 Justin BurkettMake -init-buffer-hook a custom var
2017-04-27 Justin BurkettAdd option to show transient maps
2017-04-18 Justin BurkettImprove which-key--any-match-p
2017-04-07 Justin BurkettFix customize type for replacement-alist
2017-03-15 Justin BurkettFix replacement of keys when prefix is nil
2017-02-09 Justin BurkettFix handling of key ranges ("a .. d")
2017-02-07 Justin BurkettVersion 2.0
2016-12-22 Justin BurkettAdd which-key-show-prefix 'mode-line option
2016-12-20 Justin BurkettUpdate README
2016-12-20 Justin BurkettAdd which-key-max-display-columns
2016-12-15 Justin BurkettRemove unused variable
2016-12-15 Justin BurkettFix #156 by allowing multiple replacements
2016-12-12 Justin BurkettTweak TOC in README and fix a link
2016-12-07 Justin BurkettAdd a missing type declaration
2016-12-05 Justin BurkettPrevent display from occurring twice in a row
2016-12-05 Justin BurkettAdd basic timing facility for debugging.
2016-12-01 Justin BurkettRemove old obsolete variables/functions
2016-12-01 Justin BurkettAdd some docstrings
2016-12-01 Justin BurkettRemove some unused functions
2016-12-01 Justin BurkettFixup last commit part 2
2016-12-01 Justin BurkettFixup last commit
2016-12-01 Justin BurkettSupport functions in -add-key-based-replacements
2016-11-30 Justin BurkettFix links to users in README
2016-11-30 Justin BurkettAdd @pdcawley's example to README
2016-11-30 Justin BurkettAdd test for #155
2016-11-30 Justin BurkettFix bug in last commit
2016-11-30 Justin BurkettQuote regexp in -add-key-based-replacements
2016-11-29 Justin BurkettFix a README link
2016-11-29 Justin BurkettNormalize key sequences from -add-key-based-replacements
2016-11-28 Justin BurkettSimplify --format-and-replace
2016-11-25 Justin BurkettFix use of function in -replacement-alist
2016-11-25 Justin BurkettDon't use case-fold-search in --maybe-replace
2016-11-22 Justin BurkettUpdate test
2016-11-22 Justin BurkettConsolidate replacements into one alist
2016-11-06 Justin BurkettMove sort after filter op in --get-formatted-key-bindings
2016-10-31 Justin BurkettUpdate comment in --show-buffer-side-window for prior...
2016-10-31 Justin BurkettRemove use of display-buffer-in-major-side-window
2016-10-29 Justin BurkettAdd which-key-binding-filter-function
2016-10-29 Justin BurkettAdd sort option -prefix-then-key-order-reverse
2016-10-29 Justin BurkettAdd global option for how to sort case
2016-10-18 Justin BurkettMerge pull request #149 from rdotdk/patch-1
2016-10-16 Hariharan Rfix link
2016-10-05 Justin BurkettFix test for recent prefix-name change
2016-10-05 Justin BurkettMake 458c8d9 backwards compatible
2016-10-05 Justin BurkettMove a function for the compiler
2016-10-05 Justin BurkettConsolidate prefix names and key-based replacements
2016-10-04 Justin BurkettFix -maybe-get-prefix-title use of key-binding
2016-09-11 justburResize popup when frame resized
2016-08-31 Justin BurkettMerge pull request #137 from tarsius/outlines
2016-08-31 Justin BurkettMerge pull request #136 from tarsius/fixup
2016-08-31 Jonas BernoulliFollow conventions for section headers
2016-08-31 Jonas BernoulliMove definition of which-key--local-binding-p
2016-08-17 Justin BurkettVersion 1.1.15
2016-08-17 Justin BurkettAdd note about setting delay to zero
2016-08-17 Justin BurkettFix minibuffer echo not displaying
2016-07-28 justburVersion 1.1.14
2016-07-28 justburDisable hack for echo area
2016-07-27 justburFix Makefile
2016-07-09 justburAdd allow-imprecise-window-fit option
2016-07-06 justburExplicitly set tab-width when collecting bindings
2016-07-05 justburFix previous commit
2016-07-05 justburAdd whitelist and blacklist options
2016-06-17 justburRemove setup code
next